🎖️GitЯра🎖️
Commit 492a5c7013ccb775783abec6c0807db2161ad2ea
Parents : 98e9320
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-08-11T17:06:59-07:00
Committer : GitHub <noreply@github.com>
Date : 2026-08-12T00:06:59Z
fix(ui): add MQTT context to channel uplink/downlink toggle labels (#6614)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Changes
1 files changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/core/resources/src/commonMain/composeResources/values/strings.xml b/core/resources/src/commonMain/composeResources/values/strings.xml
index 01f21d1dc8..5bf24e22e9 100644
--- a/core/resources/src/commonMain/composeResources/values/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values/strings.xml
@@ -558,7 +558,7 @@
<string name="done">Done</string>
<string name="dont_show_again_for_device">Don't show again for this device</string>
<string name="double_tap_as_button_press">Double Tap as Button</string>
- <string name="downlink_enabled">Downlink enabled</string>
+ <string name="downlink_enabled">MQTT Downlink Enabled</string>
<string name="downlink_feature_description">Messages from a public internet gateway are forwarded to the local mesh. Due to the zero-hop policy, traffic from the default MQTT server will not propagate further than this device.</string>
<string name="download">Download</string>
<string name="duplicated_public_key_title">Duplicate Public Key Detected</string>
@@ -1811,7 +1811,7 @@
<string name="update_interval">GPS Polling Interval</string>
<string name="update_interval_seconds">Update interval (seconds)</string>
<string name="updated">Updated</string>
- <string name="uplink_enabled">Uplink enabled</string>
+ <string name="uplink_enabled">MQTT Uplink Enabled</string>
<string name="uplink_feature_description">Messages from the mesh will be sent to the public internet through any node's configured gateway.</string>
<string name="uptime">Uptime</string>
<!-- URL -->
Served by rngit 1.5.0 - Generated in 0.05s